-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added logic for the v2 webhooks including srv lookup and hashing #587
base: denopink/feat/rewrite
Are you sure you want to change the base?
Conversation
internal/sink/sink.go
Outdated
if err != nil { | ||
v2.logger.Error("error received looking up service records", zap.Error(err)) | ||
} | ||
dialer.NewClient() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we want to create the client here? or does it make more sense to move to the send()
function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is good, I think I'll push up some updates to help you with the structure. (I'll slack you)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great start! 🙂 I'll push up some suggested changes. (I'll slack you)
…hook-v2-branch chore: feedback for @maurafortino 's #587 PR
retryhttp client
What's Included:
custom dialer
anddial context
func for using the SRVs returned in newlookup
function